===============================
Hive system moving monster demo
===============================
Copyright 2013 Sjoerd de Vries

Original Blender spider model created by Dennis Haupt
http://traevaine.com/

All of this code is licensed under the BSD license 

Click on the icons to spawn monsters
Press TAB to select another monster
Press K to kill a monster

For the first type of monster:
    Press W to walk, S to stop
For the second type of monster:
    Press E to walk, S to stop
For the third type of monster:
    Press SPACE to jump


Hivemaps can be opened with HiveGUI
Spydermaps can be opened with SpyderGUI

The nodal logic for the monsters is in:

monsterwalk.hivemap
monsterwalk2.hivemap
monsterjump.hivemap
    
===========
BGE version 
===========
    
Open "movingspider.blend" with Blender and press P

The main logic is specified in:
  movingspider.hivemap 
  spydermaps/blenderconfig.spydermap
   

===============
Panda3D version 
===============

Execute the "movingpanda.py" script.

The main logic is specified in:
  movingpanda.hivemap 
  spydermaps/pandaconfig.spydermap

